
BEGIN ProductionRule
	Rule			Storage
	Material		Toothbrushes
	Container		SortingTable
	Room			SortingRoom
	Distribution		Nearest
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             Toothbrushes  
    Container            Table  
    Room                 SortingRoom  
    Distribution         NonCompeting  
    MaxSlotId            3  
    Condition            NotLoaded  
END

BEGIN Processor
    Processor            SortingTable
    Input                Toothbrushes
	InputCount		     24
    Output               ToothbrushesBox
    OperatingTime        6.0
    Worker               Prisoner
END


BEGIN ProductionRule
	Rule			Storage
	Material		ToothbrushesBox
	Container		Table
	MinSlotId		1
	MaxSlotId		4
	Room			SortingRoom
	Distribution	Nearest
	Properties		HighPriority
END


BEGIN ProductionRule
	Rule			Storage
	Material		ToothbrushesBox
	Room			Exports
	Distribution	Random
	Properties		HighPriority
END
